#Vue InstantSearch by Algolia
Explore tagged Tumblr posts
hottestproducts · 8 years ago
Link
Build beautiful Search UX on top of Vue.js & Laravel
0 notes
shinodogg · 5 years ago
Text
Vue InstantSearch v3がリリースされました
Algolia communityでアナウンスされておりますように、AlgoliaのVue.js用のライブラリであるVue InstantSearchのバージョン3がリリースされました。
Tumblr media
今回のVue InstantSearchのバージョン3では主に3つのより良い機能を備えています:
Federated search
(初期のバージョンのVue InstantSearchをご利用いただいていた方は覚えていらっしゃるかもしれませんが) ais-index というウィジェットが追加されています。このウィジェットを使うと、複数のインデックスからそれぞれクエリやフィルタを使ってリクエストされた結果である hits をまとめて一度に取得することができます。
Smaller bundle size
algoliasearch-helperはここのところ大幅にサイズがスリ…
View On WordPress
0 notes
topicprinter · 8 years ago
Link
Visit the site Discuss on Product Hunt
0 notes
herrprofessor · 8 years ago
Text
Vue InstantSearch by Algolia — Build beautiful Search UX on top of Vue.js & Laravel http://bit.ly/2v59t1u #hotproduct
Vue InstantSearch by Algolia — Build beautiful Search UX on top of Vue.js & Laravel http://bit.ly/2v59t1u #hotproduct
— herrprofessor (@ilprofessoredi) August 23, 2017
from Twitter https://twitter.com/ilprofessoredi August 23, 2017 at 04:22PM via IFTTT
0 notes
t-baba · 8 years ago
Photo
Tumblr media
This week's JavaScript news, issue 325
This week's JavaScript news — Read this e-mail on the Web
JavaScript Weekly
Issue 325 — March 9, 2017
Analysing The Use of Outdated JavaScript Libraries
A thorough summary of a new academic paper that looks at the analysis of JavaScript used across 133,000 different sites. Tim Kadlec of Snyk also shared some insights on its findings.
Adrian Colyer
eslint-plugin-compat: Lint the Browser Compatability of APIs Used
For example, specify what browsers and versions you want to support, and it’ll warn you if your code uses unsupported features.
Amila Welihinda
Three Ways of Understanding Promises
Dr. Axel tackles promises in a very quick, straightforward way.
Dr. Axel Rauschmayer
Franc: Natural Language Detection in Pure JS
Uses a library of trigrams that are most popular in up to 375 languages, Franc works in both Node and the browser to detect natural languages used in a text. Demo here.
Titus Wormer
Using JavaScript Source Maps to Debug Errors, Better 👀
Let's explore JavaScript source maps together, starting with the basics. What are they? How to enable them? Why aren't they working? Learn more.
Rollbar   Sponsor
Polymer 2.0 Release Candidate Released
Now considered feature complete, Polymer 2.0 is ready to test and try. A key focus has been on improved interoperability with other libraries and frameworks.
Dan Freedman
FPO: Functional Programming (FP) By Any Other Name
Kyle Simpson introduces FPO, a JavaScript library for functional programming that supports named-argument style methods.
Kyle Simpson
Lets Define My Favorite JavaScript Test
No, the title isn’t missing an apostrophe - Mike’s favorite test in Test262, the official test suite for ECMAScript, is really let twice. Intrigued?
Mike Pennisi
WebAssembly: Under The Hood with Mozilla
In just 7 minutes, Alon Zakai, originally the creator of the Emscripten LLVM-to-JavaScript compiler, explains what WebAssembly is all about.
YouTube
How V8 Made for...in Fast
A very technical and thorough look at how V8 has made ‘for in’ faster than ever.
Camillo Bruni
Jobs
Node.js Developer at X-Team (Remote)We're looking for a developer with an extensive knowledge of Node.js and Javascript. We are 100% remote and we provide the funding needed to help you achieve your goals and grow. X-Team
Sr. JavaScript / Ruby DeveloperSticker Mule is looking for passionate engineers to join our remote team. Come help us build the best e-commerce experience using Ruby, Rails, React, Node, Docker and more. Sticker Mule
Senior Front-End Developer at Catawiki (Amsterdam or Assen)Our mission is to make special items available to everyone. We offer a unique opportunity to join our team and improve the experience for millions of our users with an iterative, small-step approach through A/B testing. Catawiki
Can't find the right job? Want companies to apply to you? Try Hired.com.
In Brief
Marko 4.0 Released: eBay's Component Based UI Library news Michael Rawlings
Testing Routes in Angular 2 tutorial Matt Fehskens
10 Practical Use Cases for ES6 Proxies tutorial Csaba Hellinger
Refactoring Legacy JavaScript Code to Use Classes: The Good, Bad and Ugly  An academic paper. Silva, Valente, Bergel
Workshop: Brian Lonsdorf's Practically Functional Programming course Master monoids, monads and other algebraic abstractions to produce highly composable, safer, and simpler code. Forward Courses  Sponsor
An 11 Minute Introduction to Angular CLI video YouTube
Previewing Mozilla's WebAssembly Explorer video A look at a new tool to help developers understand and experiment with WebAssembly. Mozilla
Ace JavaScript Interviews: Scoping And Hoisting video Fox Reymann
Pinterest's Utilities for Creating and Testing Service Workers tools Pinterest
A Jest Cheat Sheet tools Artem Sapegin
Awesome Grid: A Curated List of Grid/Table Libraries tools
Depercolator: Tool for Converting CoffeeScript to Idiomatic JS and JSX tools Bugsnag
React InstantSearch⚡ Lightning fast search for web and native apps tools Algolia provides UI widgets and connectors (HOC) so you can build instant search in a few lines of code. Algolia  Sponsor
blurify.js: Image Blurring from JavaScript code
react2angular: Embed React Components in Angular 1 Apps code Coatue
Angular Gauge: Customizable Gauge Directive for Angular Apps code Ashish Chopra
Element: A Vue 2.0 Based Component Library/UI Toolkit code
HyperApp: 1KB JavaScript Library for Building Modern UI Applications code Jorge Bucaran
webpack-blocks: Configure Webpack using Functional Feature Blocks code Andy Wermke
Curated by Peter Cooper and published by Cooperpress.
Like this? You may also enjoy: FrontEnd Focus : Node Weekly : React Status
Stop getting JavaScript Weekly : Change email address : Read this issue on the Web
© Cooperpress Ltd. Office 30, Lincoln Way, Louth, LN11 0LS, UK
by via JavaScript Weekly http://ift.tt/2mMaAhw
0 notes
shinodogg · 5 years ago
Text
Vue InstantSearchでサーバーへのempty query(空クエリ)を発生させないようにする方法
Tumblr media
Algoliaの Vue InstantSearch の Conditional Requests というページに記載されていますが、デフォルトの挙動として👇のようになります。
InstantSearch makes another first request to show the initial results on an empty query”
InstantSearchは最初に空クエリを発行してその結果を表示させます
Conditional Requests
空クエリを発行するのではなく、ユーザーに文字を入力された場合だけクエリを発行したい、といった場合にどうすれば良いか?という部分について書いていきたいと思います。
結論から言うと、👇のように普通にJavaScriptで毎回検索リクエストが発生されるタイミングで空クエリかどうかを判別して、空クエリだった場合は、サ…
View On WordPress
0 notes